home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / ntfs-config / ro-policy.fdi < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-23  |  619 b   |  20 lines

  1. <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
  2.  
  3. <deviceinfo version="0.2">
  4.  
  5. <!-- file created by ntfs-config -->
  6. <!-- make sure that we respect ntfs-config policy by setting ntfs-3g as ntfs -->
  7.  
  8.     <device>
  9.         <match key="volume.fstype" string="ntfs-3g">
  10.             <match key="@block.storage_device:storage.hotpluggable" bool="true">
  11.                 <merge key="volume.fstype" type="string">ntfs</merge>
  12.             </match>
  13.         </match>
  14.         <match key="volume.fstype" string="ntfs">
  15.             <merge key="volume.policy.mount_filesystem" type="string">ntfs</merge>
  16.         </match>
  17.     </device>
  18.  
  19. </deviceinfo>
  20.